EMT Practice Test
1. Question Content...
Question1: Terraform variable names are saved in the state file.
Question7: HashiCorp Configuration Language (HCL) supports user-denned functions.
Question8: Which configuration consistency errors does terraform validate report?
Question9: What type of block is used to construct a collection of nested configuration blocks?
Question12: A terraform apply can not _________ infrastructure.
Question13: How would you output returned values from a child module in the Terraform CLI output?
Question15: Which of these statements about Terraform Cloud workspaces is false?
Question16: Variables declared within a module are accessible outside of the module.
Question17: Which Terraform collection type should you use to store key/value pairs?
Question19: Which command lets you experiment with terraform expressions?
Question20: Which parameters does terraform import require? Choose two correct answers.
Question24: Where can Terraform not load a provider from?
Question26: Which task does terraform init not perform?
Question28: You much initialize your working directory before running terraform validate.
Question29: What is the workflow for deploying new infrastructure with Terraform?
Question33: You can configure Terraform to log to a file using the TF_LOG environment variable.
Question37: When should you use the force-unlock command?
Question38: Only the user that generated a plan may apply it.
Question40: When should you run terraform init?
Question43: What is one disadvantage of using dynamic blocks in Terraform?
Question46: Which backend does the Terraform CU use by default?
Question47: Which of the following is not a valid siring function in Terraform?
Question52: How is terraform import run?
Question53: One remote backend configuration always maps to a single remote workspace.
Question55: Which of these ate features of Terraform Cloud? Choose two correct answers.
Question56: Module version is required to reference a module on the Terraform Module Registry.